home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 70 / 070.d81 / screen boot (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  778b  |  20 lines

  1. 10 poke53281,0:poke53280,0:print"[147][159]"
  2. 15 gosub61000
  3. 20 print"[144]load"chr$(34)"screen demo"chr$(34)",8"
  4. 40 print"[154]        [211] [195] [210] [197] [197] [206]    [205] [193] [211] [212] [197] [210]"
  5. 50 print"[159]       [193] [215]indows and [211]creen [199]rabber"
  6. 60 print"[159]           [213]tility for the [195]-64[144]"
  7. 80 poke631,13:poke632,82:poke633,213:poke634,13:poke198,4:end
  8. 10000 open15,8,15,"s0:screen boot":close15:save"screen boot",8:end
  9. 61000 poke214,15:print
  10. 61110 print"  [155][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184][184]"
  11. 61120 print"  [152]                                     "
  12. 61130 print"        [211] [195] [210] [197] [197] [206]    [205] [193] [211] [212] [197] [210]     "
  13. 61140 print"   by [193]ndrew [204]ittle   ([195])1990 [211][207][198][212][196][201][211][203] "
  14. 61150 print"        [208]ublished on [204][207][193][196][211][212][193][210] #70      "
  15. 61160 print"      [211]ubscriptions 1-800-831-2694     "
  16. 61170 print"            [193]ll [210]ights [210]eserved        "
  17. 61180 print"                                       "
  18. 61190 print"  [151][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185]"
  19. 61195 return
  20.